home *** CD-ROM | disk | FTP | other *** search
- !
- ! Created by LeoTool v1.0.2
- !
- load_object "../Objects/sub.obj"
-
- global.background_color = 0.2 0.3 0.5
- global.deferral_mode = asti
- global.double_buffered = on
- global.center = center
- global.scale = full_screen
- lines.antialiasing = arbitrary_bg
- edges.antialiasing = arbitrary_bg
- edges.edge_color = 1 0.1 0
- render.prim_type = solid
- render.face_culling = off
- render.face_dist = off
- render.raster_op = copy
- render.hlhsr_mode = on
- front_surf.color = 0 1 0
- front_surf.fill_style = solid
- front_surf.stipple_pattern = horizontal
- front_surf.color_selector = context
- front_surf.illum = per_vertex
- front_surf.light_component = ambient diffuse specular
- front_surf.ambient = 0.25
- front_surf.diffuse = 0.75
- front_surf.specular = 0.25
- front_surf.specular_color = 1 1 1
- front_surf.specular_power = 8
- front_surf.transp_blend_eq = constant_bg
- front_surf.transparency = 0.5
- depth_cue.mode = scaled
- depth_cue.color = 0.2 0.3 0.5
- depth_cue.front_ref_plane = 0.35
- depth_cue.back_ref_plane = -0.20
- depth_cue.max_scale = 0.85
- depth_cue.min_scale = 0.02
-
- obj_colors.part_color "deck body" = 0.15 0.15 0.17
- obj_colors.part_color "body hull" = 0.17 0.17 0.2
- obj_colors.part_color "body nose" = 0.1 0.1 0.1
- obj_colors.part_color "body con" = 0.17 0.17 0.2
- obj_colors.part_color "body array" = 0.1 0.1 0.1
- obj_colors.part_color "body con ports" = 0 0 0
- obj_colors.part_color "body con fix" = 0.17 0.17 0.2
- obj_colors.part_color "body fins" = 0.1 0.1 0.1
-
- position.global_x_translate = 0
- position.global_y_translate = 0
- position.global_z_translate = 0
- position.global_x_rotate = 0
- position.global_z_rotate = 0
- position.global_scale = 1.5
-
-
- position.local_y_rotate = 65.0
- position.global_x_translate = 1.05654565 ! cos 65.0 * 2.5
- position.global_z_translate = -2.26576947 ! sin 65.0 * 2.5
-
- update_menus
-
- loop 500
- position.global_x_translate = -0.00422618 ! cos 65.0 * .01
- position.global_z_translate = 0.00906307 ! sin 65.0 * .01
- draw
- end_loop
-